.search-box {
  position: relative;
  margin-top: 20px;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}


.search-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

.search-box button:hover {
  color: #007bff;
}

a {
    color: #007bff;
    text-decoration: none;
}

.search-box button i {
  font-size: 18px;
}

a:hover {
    color: #0056b3;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.search-box button:hover i {
  color: #0056b3;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input[type="text"] {
    box-sizing: border-box;
    height: 34px;
}

.search-box input[type="text"] {
    padding-right: 30px;
}

search-box {
    margin-top: 20px;
    padding: 0cap;
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    align-self: auto;
}

button {
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

button:hover {
    background-color: #0056b3;
}

.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.search-box button:hover {
    color: #007bff;
}

a {
    color: #007bff;
    text-decoration: none;
}   

output {
    font-size: 16px;
    margin-top: 10px;
    align-self: auto;
    scrollbar-color: #007bff #fff;
    scrollbar-width: thin;
    white-space: nowrap;
    display: flex;
    font-weight: 200;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}